@charset "utf-8";

/* CSS Document */

@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    nofocusline: expression(this.onFocus=this.blur());
    outline: 0;
}

a:hover {
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}


/*img*/

img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100? "100%": "auto");
    overflow: hidden;
}


/*page style*/

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}

.floatLeft,
.imageleft {
    float: left;
    margin-right: 1em;
}

.floatRight,
.imageRight {
    float: right;
    margin-left: 1em;
}

.floatClear {
    clear: both;
    height: 0;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tr {
    display: table-row;
}

.td,
.th {
    display: table-cell;
}


/*----landing page-----*/

body {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
}

img.full {
    width: 100%;
}

#holiday {
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    color: #333;
    font-size: 20px;
    background: #fff;
    text-align: center;
    line-height: 1.3;
}

#holiday .sp {
    padding: 4% 0;
}

@media screen and (max-width: 960px) {
    #holiday .sp {
        padding: 5vh 0;
    }
}

#holiday .container {
    width: 85%;
    margin: 0 auto;
    max-width: 2400px;
}

#holiday .title {
    width: 30%;
    margin: 0 auto;
    max-width: 435px;
    padding-bottom: 35px;
}

@media screen and (max-width: 960px) {
    #holiday .title {
        width: 50%;
    }
}

#holiday #kv {
    position: relative;
}

#holiday #kv h1 {
    position: absolute;
    z-index: 0;
    top: 0;
}

#holiday #kv img {
    position: relative;
    z-index: 2;
}

#holiday #category li {
    display: inline-block;
    width: 30%;
    max-width: 150px;
    vertical-align: top;
    margin: 0 5%;
    opacity: 0.5;
}

#holiday #category li.active {
    opacity: 1;
}

#holiday #category li span {
    display: inline-block;
    padding-top: 15px;
}

#holiday #category li:hover {
    cursor: pointer;
    color: #cca153;
}

@media screen and (max-width: 960px) {
    #holiday #category ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #holiday #category li {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        margin: 0 auto;
    }
}

#holiday .price {
    font-size: 48px;
    font-weight: bold;
    padding: 35px 0 25px;
}

#holiday .price span {
    display: block;
    text-decoration: line-through;
    font-size: 40%;
    font-weight: normal;
}

@media screen and (max-width: 960px) {
    #holiday .price {
        font-size: 28px;
    }
    #holiday .price span {
        font-size: 18px;
    }
}

#holiday .bt {
    vertical-align: middle;
}

#holiday .bt a {
    display: inline-block;
    vertical-align: middle;
    border: #666 1px solid;
    color: #666;
    padding: 10px 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

#holiday .bt a:hover {
    background-color: #666;
    color: #fff;
}

#holiday .bt a.yt {
    border: none !important;
    padding: 0;
    margin-left: 10px;
}

#holiday .bt a.yt:hover {
    background: none !important;
}

#holiday .nbbox {
    background: url("https://storage-asset.msi.com/ca/picture/image/black friday/bg-brush60.png") center center no-repeat no-repeat;
    background-size: cover;
}

#holiday .nbbox .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    color: #fff;
}

#holiday .nbbox .txtbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

#holiday .nbbox .pd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: 10%;
}

#holiday .nbbox .logos img {
    margin-right: 15px;
}

#holiday .nbbox h2 {
    font-size: 36px;
    font-weight: bold;
    padding: 20px 0 10px;
}

#holiday .nbbox p {
    font-size: 22px;
    line-height: 1.6;
}

#holiday .nbbox .bt a {
    border: #cca153 1px solid;
    color: #cca153;
}

#holiday .nbbox .bt a:hover {
    background: #cca153;
    color: #fff;
}

#holiday .nbbox .note {
    padding-top: 35px;
}

@media screen and (max-width: 1920px) {
    #holiday .nbbox .logos img {
        height: 50px;
    }
    #holiday .nbbox h2 {
        font-size: 32px;
    }
    #holiday .nbbox p {
        font-size: 20px;
    }
}

@media screen and (max-width: 960px) {
    #holiday .nbbox .container {
        display: block;
    }
    #holiday .nbbox .pd {
        margin: 35px auto 0;
    }
    #holiday .nbbox h2 {
        font-size: 28px;
    }
    #holiday .nbbox .logos img {
        height: 40px;
    }
}

#holiday .nbboxs {
    text-align: left;
}

#holiday .nbboxs .itembox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#holiday .nbboxs .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2%;
    border: #ccc 1px solid;
    margin: 1% 0;
}

#holiday .nbboxs .item .img {
    display: inline-block;
    width: 50%;
}

#holiday .nbboxs .item .txtbox {
    display: inline-block;
    width: 45%;
}

#holiday .nbboxs h2 {
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0 15px;
}

#holiday .nbboxs p {
    line-height: 1.6;
}

#holiday .nbboxs .price {
    font-size: 40px;
}

#holiday .nbboxs .price span {
    font-size: 50%;
}

@media screen and (max-width: 1920px) {
    #holiday .nbboxs .logos2 img {
        height: 30px;
    }
    #holiday .nbboxs h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 960px) {
    #holiday .nbboxs .itembox {
        display: block;
    }
    #holiday .nbboxs .item {
        display: block;
        padding: 5%;
        text-align: center;
    }
    #holiday .nbboxs .item .txtbox {
        width: 100%;
        text-align: left;
    }
    #holiday .nbboxs .item .img {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
}

#holiday #creation {
    background: url("https://storage-asset.msi.com/ca/picture/image/black friday/bg-brush60.png") center right no-repeat no-repeat;
    background-size: cover;
    color: #fff;
}

#holiday #creation .itembox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#holiday #creation .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

#holiday #creation h3 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    text-align: left;
}

#holiday #creation ul {
    text-align: left;
    margin-left: 20px;
    padding-bottom: 25px;
}

#holiday #creation ul li {
    list-style: square;
    padding-bottom: 5px;
}

#holiday #creation .bt {
    text-align: left;
}

#holiday #creation .bt a {
    border: #cca153 1px solid;
    color: #cca153;
}

#holiday #creation .bt a:hover {
    background: #cca153;
    color: #fff;
}

@media screen and (max-width: 960px) {
    #holiday #creation .itembox {
        display: block;
    }
    #holiday #creation .img {
        width: 70%;
        margin: 0 auto;
        max-width: auto;
    }
}

@media screen and (max-width: 1920px) {
    #holiday {
        font-size: 18px;
    }
}

.delighter.right {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
    -webkit-transition: all 0.75s ease-out;
    -o-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
}

.delighter.right.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.left {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    opacity: 0;
    -webkit-transition: all 0.75s ease-out;
    -o-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
}

.delighter.left.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.fadein {
    opacity: 0;
    -webkit-transition: all 0.75s ease-out;
    -o-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
}

.delighter.fadein.started {
    opacity: 1;
}

.retailer {
    padding-bottom: 3%;
}

.retailer-wrap {
    display: flex;
    flex-wrap: wrap;
}

.retailer h2 {
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 24px;
}

.retailer-wrap .item {
    width: 20%;
    margin-bottom: 24px;
    padding: 8px;
}

@media (max-width: 992px) {
    .retailer-wrap .item {
        width: 50%;
        margin-bottom: 24px;
        padding: 8px;
    }
}

.series-wrap:nth-of-type(2) {
    display: none;
}

.BTS_banner {
    width: 100%;
    margin-bottom: 70px;
}

.BTS_banner-box1 {
    background: url("https://storage-asset.msi.com/ca/picture/image/black friday/BF_CND_2560x550.jpg");
    width: 100%;
    background-position: center;
    background-size: cover;
}

.BTS_banner-box2 {
    background: url("https://storage-asset.msi.com/ca/picture/image/black friday/BF_CND_2560x550.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: contain;
}

@media (max-width: 992px) {
    .BTS_banner-box1 {
        background: url("https://storage-asset.msi.com/ca/picture/image/black friday/BF_CND_1280x1100.jpg");
        width: 100%;
        background-position: center;
        background-size: cover;
    }
    .BTS_banner-box2 {
        background: url("https://storage-asset.msi.com/ca/picture/image/black friday/BF_CND_1280x1100.jpg");
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}